Skip to content

Commit

Permalink
fix build, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Aug 29, 2024
1 parent 5a67a85 commit 08c81bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .nuke/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,6 @@ AbsolutePath GetDotCoverOutputFile(string testAssembly)
DotNetPublish(c => c
.SetProject(RuneCLI)
.SetConfiguration(Configuration.Release)
.EnablePublishSingleFile()
.SetPublishTrimmed(true)
.SetFramework("net8.0")
.EnableSelfContained()
.SetRuntime(runtime)
.SetOutput(outputDir)
.EnableNoRestore());
Expand All @@ -295,10 +291,6 @@ AbsolutePath GetDotCoverOutputFile(string testAssembly)
DotNetPublish(c => c
.SetProject(Veinc)
.SetConfiguration(Configuration.Release)
.EnablePublishSingleFile()
.EnableSelfContained()
.SetPublishTrimmed(true)
.SetFramework("net8.0")
.SetRuntime(runtime)
.SetOutput(outputDir)
.EnableNoRestore());
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<InvariantGlobalization>true</InvariantGlobalization>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Version>0.30.8</Version>
<Version>0.30.9</Version>
<LangVersion>preview</LangVersion>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ merge-message-formats: {}
commit-message-incrementing: Enabled
patch-version-bump-message: "^(add|bump|drop|mv|move|update|expose|remove|refactoring|additional|use|improvement|fix|refactor)(.+)?"
tag-prefix: 'IGNORE'
next-version: "0.30.8"
next-version: "0.30.9"
1 change: 1 addition & 0 deletions tools/compiler/veinc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<Using Include="System.Diagnostics.CodeAnalysis" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<TargetFramework>net8.0</TargetFramework>
<DebuggerSupport>false</DebuggerSupport>
<EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding>
<EventSourceSupport>false</EventSourceSupport>
Expand Down

0 comments on commit 08c81bd

Please sign in to comment.