File tree 3 files changed +12
-15
lines changed
3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 51
51
- name : Package
52
52
working-directory : ./smartsheet-csharp-sdk
53
53
run : dotnet pack smartsheet-csharp-sdk-v2.csproj --no-build --configuration Release --include-symbols -p:SymbolPackageFormat=snupkg -o .
54
- - name : Publish to Nuget Test
54
+ - name : Publish to Nuget
55
55
working-directory : ./smartsheet-csharp-sdk
56
- run : dotnet nuget push *.nupkg --api-key ${{secrets.NUGET_TOKEN}} --source "https://api.nugettest.org/v3/index.json" --skip-duplicate
57
- # - name: Publish to GitHub
58
- # working-directory: ./smartsheet-csharp-sdk
59
- # run: dotnet nuget push *.nupkg --api-key ${{secrets.SDK_TEST_ACCESS_TOKEN}} --source "https://nuget.pkg.github.com/lifebeyondfife/index.json" --skip-duplicate
60
- # - name: Publish to Nuget
61
- # working-directory: ./smartsheet-csharp-sdk
62
- # run: dotnet nuget push *.nupkg --api-key ${{secrets.NUGET_TOKEN}} --source "https://api.nuget.org/v3/index.json" --skip-duplicate
63
- # - name: Create Tag
64
- # working-directory: ./smartsheet-csharp-sdk
65
- # run: |
66
- # git tag v${{steps.package_version.outputs.version}}
67
- # git push origin v${{steps.package_version.outputs.version}}
56
+ run : dotnet nuget push *.nupkg --api-key ${{secrets.NUGET_TOKEN}} --source "https://api.nuget.org/v3/index.json" --skip-duplicate
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.0.0] - 2022-12-07
10
+ ### Updated
11
+ - Migrated SDK to new project
12
+ - Migrated SDK to .Net 6.0
13
+
14
+ ### Added
15
+ - Add Github Actions pipeline
16
+
9
17
## [ 2.126.0] - 2021-05-24
10
18
### Added
11
19
- add support for column formulas
Original file line number Diff line number Diff line change 17
17
<Authors >Smartsheet</Authors >
18
18
<Product >smartsheet-csharp-sdk</Product >
19
19
<PackageTags >Smartsheet Collaboration Project Management Excel spreadsheet</PackageTags >
20
- <Version >2.126 .0</Version >
20
+ <Version >3.0 .0</Version >
21
21
<AssemblyName >smartsheet-csharp-sdk</AssemblyName >
22
22
<RootNamespace >smartsheet-csharp-sdk</RootNamespace >
23
23
<Configuration >Debug</Configuration >
79
79
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
80
80
<Reference Include =" System.Management" />
81
81
</ItemGroup >
82
- </Project >
82
+ </Project >
You can’t perform that action at this time.
0 commit comments