-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.1.0-Alpha-01] - 2023-05-23 ### Added - Targeted NetStandard 2.0 and .NET 6 - Added Morphir.MSBuild
- Loading branch information
1 parent
73eab6e
commit c0ea8b0
Showing
10 changed files
with
125 additions
and
101 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
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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Auto-Generated by FAKE; do not edit | ||
namespace System | ||
open System.Reflection | ||
|
||
[<assembly: AssemblyTitleAttribute("Morphir.MSBuild")>] | ||
[<assembly: AssemblyProductAttribute("Morphir")>] | ||
[<assembly: AssemblyVersionAttribute("0.1.0")>] | ||
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2023-05-23T00:00:00.0000000+00:00")>] | ||
[<assembly: AssemblyFileVersionAttribute("0.1.0")>] | ||
[<assembly: AssemblyInformationalVersionAttribute("0.1.0")>] | ||
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","Alpha")>] | ||
[<assembly: AssemblyMetadataAttribute("GitHash","73eab6e38259143389e5ec1421422fae74d130a8")>] | ||
do () | ||
|
||
module internal AssemblyVersionInformation = | ||
let [<Literal>] AssemblyTitle = "Morphir.MSBuild" | ||
let [<Literal>] AssemblyProduct = "Morphir" | ||
let [<Literal>] AssemblyVersion = "0.1.0" | ||
let [<Literal>] AssemblyMetadata_ReleaseDate = "2023-05-23T00:00:00.0000000+00:00" | ||
let [<Literal>] AssemblyFileVersion = "0.1.0" | ||
let [<Literal>] AssemblyInformationalVersion = "0.1.0" | ||
let [<Literal>] AssemblyMetadata_ReleaseChannel = "Alpha" | ||
let [<Literal>] AssemblyMetadata_GitHash = "73eab6e38259143389e5ec1421422fae74d130a8" |
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
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
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