Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EliphasNUIT committed Nov 25, 2024
1 parent 3e0bb28 commit d2790e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GW2EIGW2API/GW2EIGW2API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>GW2EIGW2API</RootNamespace>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<Configurations>Debug;Release;NoRewards;Trace</Configurations>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion GW2EIParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
#if !DEBUG
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyVersion("3.1.0.1")]
#else
[assembly: AssemblyVersion("3.1.*")]
#endif
Expand Down
2 changes: 1 addition & 1 deletion GW2EIParserCLI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
#if !DEBUG
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyVersion("3.1.0.1")]
#else
[assembly: AssemblyVersion("3.1.*")]
#endif
Expand Down
2 changes: 1 addition & 1 deletion GW2EIParserCommons/GW2EIParserCommons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8</TargetFramework>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<Version>0.7.0.0</Version>
<Version>0.7.0.1</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Configurations>Debug;Release;NoRewards;Trace</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit d2790e4

Please sign in to comment.