Skip to content

Commit

Permalink
Upped version for nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Nov 17, 2024
1 parent e5bfba9 commit 49d6958
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gum/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2024.11.4")]
[assembly: AssemblyFileVersion("2024.11.4")]
[assembly: AssemblyVersion("2024.17.4")]
[assembly: AssemblyFileVersion("2024.17.4")]
3 changes: 2 additions & 1 deletion GumCommon/GumCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<Title>GumCommon</Title>
<Description>Flexible layout tool for graphics in any .NET environment</Description>
<PackageId>FlatRedBall.GumCommon</PackageId>
<Version>2024.11.12.1</Version>
<Version>2024.11.17.1</Version>

<NoWarn>1591</NoWarn>


Expand Down
3 changes: 2 additions & 1 deletion GumDataTypes/GumDataTypesNet6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<Platforms>AnyCPU</Platforms>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>FlatRedBall.GumDataTypes</PackageId>
<Version>2024.11.12.1</Version>
<Version>2024.11.17.1</Version>


</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion MonoGameGum/FnaGum/FnaGum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Gum.KNI</PackageId>
<Version>2024.11.12.1</Version>
<Version>2024.11.17.1</Version>

<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
7 changes: 6 additions & 1 deletion MonoGameGum/KniGum/KniGum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Gum.KNI</PackageId>
<Version>2024.11.12.1</Version>
<Version>2024.11.17.1</Version>


<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

Expand Down Expand Up @@ -48,6 +49,7 @@
<Compile Include="..\..\RenderingLibrary\Graphics\ImageData.cs" Link="RenderingLibrary\ImageData.cs" />
<Compile Include="..\..\RenderingLibrary\Graphics\NineSlice.cs" Link="Renderables\NineSlice.cs" />
<Compile Include="..\..\RenderingLibrary\Graphics\NineSliceExtensions.cs" Link="Renderables\NineSliceExtensions.cs" />
<Compile Include="..\..\RenderingLibrary\Graphics\RenderableCloneLogic.cs" Link="RenderingLibrary\RenderableCloneLogic.cs" />
<Compile Include="..\..\RenderingLibrary\Graphics\Renderer.cs" Link="RenderingLibrary\Renderer.cs" />
<Compile Include="..\..\RenderingLibrary\Graphics\Sprite.cs" Link="Renderables\Sprite.cs" />
<Compile Include="..\..\RenderingLibrary\Graphics\SpriteBatchStack.cs" Link="RenderingLibrary\SpriteBatchStack.cs" />
Expand Down Expand Up @@ -84,6 +86,9 @@
<Compile Remove="..\obj\Debug\net6.0\KniGum.GlobalUsings.g.cs" />
<Compile Remove="..\obj\Debug\net6.0\MonoGameGum.AssemblyInfo.cs" />
<Compile Remove="..\obj\Debug\net6.0\MonoGameGum.GlobalUsings.g.cs" />
<Compile Remove="..\obj\Release\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs" />
<Compile Remove="..\obj\Release\net6.0\MonoGameGum.AssemblyInfo.cs" />
<Compile Remove="..\obj\Release\net6.0\MonoGameGum.GlobalUsings.g.cs" />
<Compile Remove="..\FnaGum\**" />
</ItemGroup>

Expand Down
3 changes: 2 additions & 1 deletion MonoGameGum/MonoGameGum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Gum.MonoGame</PackageId>
<Version>2024.11.12.1</Version>
<Version>2024.11.17.1</Version>


<NoWarn>1591</NoWarn>
<DefineConstants>MONOGAME</DefineConstants>
Expand Down
3 changes: 2 additions & 1 deletion ToolsUtilities/ToolsUtilitiesStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>FlatRedBall.ToolsUtilities.NetStandard</PackageId>
<Version>2024.11.12.1</Version>
<Version>2024.11.17.1</Version>


<GenerateDocumentationFile>true</GenerateDocumentationFile>

Expand Down

0 comments on commit 49d6958

Please sign in to comment.