Skip to content

Commit

Permalink
Version 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
informedcitizenry committed Oct 18, 2024
1 parent 6f5aba2 commit f0430e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 6502.Net, A .Net-Based Cross-Assembler for Several 8-Bit Microprocessors.

Version 4.3.2
Version 4.4.1

## Overview

Expand Down
2 changes: 1 addition & 1 deletion Sixty502DotNet.Shared/Sixty502DotNet.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>4.3.2</ReleaseVersion>
<ReleaseVersion>4.4.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Sixty502DotNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Global
SolutionGuid = {9BE7575F-6E99-4243-AEAA-4D1E1064DA97}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 4.3.2
version = 4.4.1
Policies = $0
$0.VersionControlPolicy = $1
$1.CommitMessageStyle = $2
Expand Down
8 changes: 4 additions & 4 deletions Sixty502DotNet/Sixty502DotNet.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<ImplicitUsings>enable</ImplicitUsings>
<RollForward>Major</RollForward>
<PackageId>6502.Net</PackageId>
<Version>4.3.2.0</Version>
<Version>4.4.1.0</Version>
<Authors>informedcitizenry</Authors>
<Company>informedcitizenry</Company>
<Product>6502.Net</Product>
<Description>6502.Net, A .Net Cross Assembler for Several 8-Bit Microprocessors.</Description>
<Copyright>Copyright (c) 2017-2024 informedcitizenry</Copyright>
<ReleaseVersion>4.3.2</ReleaseVersion>
<ReleaseVersion>4.4.1</ReleaseVersion>
<AssemblyName>6502.Net</AssemblyName>
<AssemblyVersion>4.3.2.0</AssemblyVersion>
<FileVersion>4.3.2.0</FileVersion>
<AssemblyVersion>4.4.1.0</AssemblyVersion>
<FileVersion>4.4.1.0</FileVersion>
<SignAssembly>false</SignAssembly>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit f0430e8

Please sign in to comment.