Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
Try to resolve issue #1.
  • Loading branch information
myd7349 committed Nov 3, 2024
1 parent fdce51e commit 4956f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/SharpLSL.Natives/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<LSLTagVersion>1.16.2</LSLTagVersion>
<Version>$(LSLTagVersion).2</Version>
<Version>$(LSLTagVersion).3</Version>
</PropertyGroup>

<PropertyGroup Label="Build">
Expand All @@ -16,7 +16,7 @@
</PropertyGroup>

<PropertyGroup Label="Package">
<LSLBuildCITagVersion>2024.09.11</LSLBuildCITagVersion>
<LSLBuildCITagVersion>2024.11.03</LSLBuildCITagVersion>
<ExcludeSymbolsFromPackage>false</ExcludeSymbolsFromPackage>
<IncludeBuildOutput>false</IncludeBuildOutput>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
2 changes: 1 addition & 1 deletion Source/SharpLSL/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />

<PropertyGroup>
<Version>0.0.8</Version>
<Version>0.0.9</Version>
</PropertyGroup>

</Project>

0 comments on commit 4956f38

Please sign in to comment.