release: 3.0.1.0

This commit is contained in:
denglihong2007
2025-09-13 00:53:52 +08:00
parent 69afa48435
commit 3606c88c0a
3 changed files with 19 additions and 2 deletions

View File

@@ -92,7 +92,8 @@ jobs:
- name: Publish
run: |
dotnet publish -c Release -o out
dotnet publish -c Release -p:PublishProfile=win-x64.pubxml -o out
- name: Create Zip Package
shell: pwsh

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishProtocol>FileSystem</PublishProtocol>
<Platform>x64</Platform>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishDir>bin\\publish\</PublishDir>
<SelfContained>false</SelfContained>
<Configuration>Release</Configuration>
<TargetFramework>net9.0-windows10.0.19041.0</TargetFramework>
<PublishSingleFile>false</PublishSingleFile>
</PropertyGroup>
</Project>

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>3.0.0.0</Version>
<Version>3.0.1.0</Version>
<Authors>电排骨</Authors>
<RepositoryUrl>https://github.com/denglihong2007/CRSim</RepositoryUrl>
</PropertyGroup>