Skip to content

Commit 4c8f137

Browse files
committed
Bump version
1 parent ccc5edc commit 4c8f137

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

csharp/ConstraintSDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5-
<PackageVersion>0.0.2</PackageVersion>
5+
<PackageVersion>0.0.3</PackageVersion>
66
</PropertyGroup>
77

88
<ItemGroup>

examples/emscripten_csharp/Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.DotNet.ILCompiler.LLVM" Version="6.0.0-*" />
10-
<PackageReference Include="ConstraintSDK" Version="0.0.2" />
10+
<PackageReference Include="ConstraintSDK" Version="0.0.3" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

examples/windows_csharp/Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.DotNet.ILCompiler.LLVM" Version="6.0.0-*" />
10-
<PackageReference Include="ConstraintSDK" Version="0.0.2" />
10+
<PackageReference Include="ConstraintSDK" Version="0.0.3" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)