-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split Version into VersionPrefix and VersionSuffix fix test ProjectReference
- Loading branch information
Showing
15 changed files
with
252 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
* text=auto | ||
|
||
*.config text | ||
*.cs text diff=csharp | ||
*.cshtml text | ||
*.csproj text | ||
*.css text diff=css | ||
*.editorconfig text | ||
*.globalconfig text | ||
*.htm text diff=html | ||
*.html text diff=html | ||
*.json text | ||
*.md text diff=markdown | ||
*.props text | ||
*.ps1 text | ||
*.razor text | ||
*.resx text | ||
*.runsettings text | ||
*.sln text | ||
*.slnf text | ||
*.targets text | ||
*.txt text | ||
*.vb text | ||
*.vbproj text | ||
*.vsixmanifest text | ||
*.xaml text | ||
*.xml text | ||
*.yaml text | ||
*.yml text | ||
|
||
*.png binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"$schema": "./build.schema.json", | ||
"Solution": "src/FlashOWare.Tool.sln", | ||
"Version": "1.0.0-prerelease0", | ||
"VersionPrefix": "1.0.0", | ||
"VersionSuffix": "prerelease0", | ||
"NuGetSource": "https://api.nuget.org/v3/index.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# FlashOWare.Tool | ||
Prerelease Changelog | ||
|
||
[goto Release_Changelog;](./CHANGELOG.md) | ||
|
||
## [vNext] | ||
|
||
[vnext]: https://github.com/FlashOWare/FlashOWare.Tool |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# FlashOWare.Tool | ||
Release Changelog | ||
|
||
[goto Prerelease_Changelog;](./CHANGELOG-Prerelease.md) | ||
|
||
## [vNext] | ||
|
||
[vnext]: https://github.com/FlashOWare/FlashOWare.Tool |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# FlashOWare.Tool | ||
|
||
## Documentation | ||
TODO | ||
|
||
## Changelogs | ||
- [Release Changelog](./CHANGELOG.md) | ||
- [Prerelease Changelog](./CHANGELOG-Prerelease.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "7.0.100", | ||
"rollForward": "feature" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<packageSources> | ||
<clear /> | ||
<add key="nuget" value="https://api.nuget.org/v3/index.json" /> | ||
</packageSources> | ||
</configuration> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# About | ||
A .NET tool that facilitates development workflows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.