Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EliphasNUIT committed Apr 8, 2024
1 parent b4b4368 commit 81c1b28
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GW2EIBuilders/GW2EIBuilders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.45.0</Version>
<Version>0.46.0</Version>
<Configurations>Debug;Release;NoRewards</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion GW2EIEvtcParser/GW2EIEvtcParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.48.2</Version>
<Version>0.49.0</Version>
<Configurations>Debug;Release;NoRewards</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion GW2EIJSON/GW2EIJSON.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.66.0.0</Version>
<Version>2.67.0.0</Version>
<Configurations>Debug;Release;NoRewards</Configurations>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions GW2EIParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("6135677e-6c0e-42de-925e-1995e52e5ac5")]
#if !DEBUG
[assembly: AssemblyVersion("2.66.0.2")]
[assembly: AssemblyVersion("2.67.0.0")]
#else
[assembly: AssemblyVersion("2.66.*")]
[assembly: AssemblyVersion("2.67.*")]
#endif
//[assembly: AssemblyFileVersion("1.8.10.34877")]
2 changes: 1 addition & 1 deletion GW2EIParserCommons/GW2EIParserCommons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.2.0.0</Version>
<Version>0.3.0.0</Version>
<Configurations>Debug;Release;NoRewards</Configurations>
</PropertyGroup>

Expand Down

0 comments on commit 81c1b28

Please sign in to comment.