Skip to content

Commit e41e7c9

Browse files
committed
chore!: Public Release 3.0.0
1 parent bcc7a2e commit e41e7c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
sign-assembly: true
111111

112112
# Publishing
113-
push-to-nuget: false
113+
push-to-nuget: true
114114
push-to-github: true
115115
nuget-auth-method: "api-key"
116116

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-->
99
<!-- <TargetFramework>net10.0</TargetFramework> -->
1010
<!-- Versioning (managed by CI/CD) -->
11-
<Version>2.3.0</Version>
11+
<Version>1.0.0</Version>
1212
<!-- Language & Compiler Settings -->
1313
<LangVersion>latest</LangVersion>
1414
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)