Skip to content

Commit

Permalink
Release nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 16, 2024
1 parent e98bfd0 commit bf13343
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
SignFile: ${{ secrets.SIGN_FILE }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}
NugetApiUrl: ${{ secrets.NUGET_API_URL }}
NugetApiKey: ${{ secrets.NUGET_API_KEY }}
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# ricaun.Revit.Installation

[![Visual Studio 2022](https://img.shields.io/badge/Visual%20Studio-2022-blue)](../..)
[![Visual Studio 2022](https://img.shields.io/badge/Visual%20Studio-2022-blue)](https://github.com/ricaun-io/ricaun.Revit.Installation)
[![Nuke](https://img.shields.io/badge/Nuke-Build-blue)](https://nuke.build/)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Build](../../actions/workflows/Build.yml/badge.svg)](../../actions)
[![.NET Framework 4.5](https://img.shields.io/badge/.NET%20Framework%204.5-blue.svg)](../..)
[![.NET Standard 2.0](https://img.shields.io/badge/-.NET%20Standard%202.0-blue)](../..)
[![.NET 5.0](https://img.shields.io/badge/-.NET%205.0-blue)](../..)
[![Build](https://github.com/ricaun-io/ricaun.Revit.Installation/actions/workflows/Build.yml/badge.svg)](https://github.com/ricaun-io/ricaun.Revit.Installation/actions)
[![.NET Framework 4.5](https://img.shields.io/badge/.NET%20Framework%204.5-blue.svg)](https://github.com/ricaun-io/ricaun.Revit.Installation)
[![.NET Standard 2.0](https://img.shields.io/badge/-.NET%20Standard%202.0-blue)](https://github.com/ricaun-io/ricaun.Revit.Installation)
[![.NET 5.0](https://img.shields.io/badge/-.NET%205.0-blue)](https://github.com/ricaun-io/ricaun.Revit.Installation)
[![nuget](https://img.shields.io/nuget/v/ricaun.Revit.Installation?logo=nuget&label=nuget&color=blue)](https://www.nuget.org/packages/ricaun.Revit.Installation)

## Features
### ApplicationPluginsUtils
Expand Down Expand Up @@ -38,12 +39,12 @@ RevitUtils.TryGetRevitVersion(assemblyFile, out int revitVersion);

## Release

* [Latest release](../../releases/latest)
* [Latest release](https://github.com/ricaun-io/ricaun.Revit.Installation/releases/latest)

## License

This project is [licensed](LICENSE) under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).

---

Do you like this project? Please [star this project on GitHub](../../stargazers)!
Do you like this project? Please [star this project on GitHub](https://github.com/ricaun-io/ricaun.Revit.Installation/stargazers)!
2 changes: 1 addition & 1 deletion ricaun.Revit.Installation/ricaun.Revit.Installation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<PropertyGroup>
<PackageId>ricaun.Revit.Installation</PackageId>
<Version>1.3.0-rc</Version>
<Version>1.3.0-rc.1</Version>
<ProjectGuid>{A6D57EEA-04DE-4F12-951E-481C6861C9F8}</ProjectGuid>
</PropertyGroup>

Expand Down

0 comments on commit bf13343

Please sign in to comment.