Skip to content

Commit

Permalink
1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xjarvik committed Feb 19, 2023
1 parent 140bf04 commit b263f3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions FlatSharpDelta.Compiler/FlatSharpDelta.Compiler.targets
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project>

<!--
The original file can be found at https://github.com/jamescourtney/FlatSharp/blob/1d98829c8a1a8ed0664ee4f3161c32226b8f0cea/src/FlatSharp.Compiler/FlatSharp.Compiler.targets.
The file from FlatSharp is nearly identical, but here we use "FlatSharpDelta" instead of "FlatSharp" for property names and such.
-->
<!--
The original file can be found at https://github.com/jamescourtney/FlatSharp/blob/1d98829c8a1a8ed0664ee4f3161c32226b8f0cea/src/FlatSharp.Compiler/FlatSharp.Compiler.targets.
The file from FlatSharp is nearly identical, but here we use "FlatSharpDelta" instead of "FlatSharp" for property names and such.
-->

<Project>

<Choose>
<When Condition=" '$(MSBuildVersion.Substring(0,2))' >= 16 Or
Expand Down
2 changes: 1 addition & 1 deletion FlatSharpDelta.Compiler/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0-beta.1</Version>
<Version>1.0.0-beta.2</Version>
<PackageVersion>$(Version)</PackageVersion>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
<Authors>xjarvik</Authors>
Expand Down

0 comments on commit b263f3f

Please sign in to comment.