Skip to content

Commit

Permalink
Release nuget and publish it on GitHub #7
Browse files Browse the repository at this point in the history
- prepared for 6.6.0
  • Loading branch information
mpostol committed Mar 21, 2020
1 parent 006fc4f commit a915ed9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 96 deletions.
6 changes: 0 additions & 6 deletions RealTime.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealTime", "RealTime\RealTi
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealTimeUnitTests", "RealTimeUnitTests\RealTimeUnitTests.csproj", "{F713B930-2BFD-4184-BBA3-5DA3002166BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "T4Definitions", "T4Definitions\T4Definitions.csproj", "{D506423B-BA21-49E6-8C3B-88A771CA444E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF09FBC0-3704-467D-89F3-02C08EB0611B}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
Expand All @@ -28,10 +26,6 @@ Global
{F713B930-2BFD-4184-BBA3-5DA3002166BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F713B930-2BFD-4184-BBA3-5DA3002166BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F713B930-2BFD-4184-BBA3-5DA3002166BD}.Release|Any CPU.Build.0 = Release|Any CPU
{D506423B-BA21-49E6-8C3B-88A771CA444E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D506423B-BA21-49E6-8C3B-88A771CA444E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D506423B-BA21-49E6-8C3B-88A771CA444E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D506423B-BA21-49E6-8C3B-88A771CA444E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion RealTime/CAS.RealTime.nuspec.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>UAOOI.ProcessObserver.RealTime</id>
<version>6.5.0-Hotel</version>
<version>6.6.0</version>
<title>Object-Oriented Internet Process-Observer RealTime library</title>
<authors>Mariusz Postol</authors>
<owners>Mariusz Postol</owners>
Expand Down
25 changes: 5 additions & 20 deletions RealTime/RealTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<PackageId>UAOOI.ProcessObserver.RealTime</PackageId>
<Description>Object-Oriented Internet Process-Observer RealTime library</Description>
<Product>Object-Oriented Internet Process-Observer</Product>
<AssemblyVersion>6.5.0</AssemblyVersion>
<AssemblyVersion>6.6.0</AssemblyVersion>
<Copyright>Copyright (C) 2020, Mariusz Postol LODZ POLAND</Copyright>
<FileVersion>6.5.0</FileVersion>
<Version>6.5.0</Version>
<FileVersion>6.6.0</FileVersion>
<Version>6.6.0</Version>
<Company>Mariusz Postol</Company>
<AssemblyName>UAOOI.ProcessObserver.RealTime</AssemblyName>
<RootNamespace>UAOOI.ProcessObserver.RealTime</RootNamespace>
Expand All @@ -18,22 +18,13 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<DocumentationFile>C:\VS.git\UAOOI\RealTime\CAS.RealTime\UAOOI.ProcessObserver.RealTime.xml</DocumentationFile>
<DocumentationFile></DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile>C:\VS.git\RealTime\CAS.RealTime\UAOOI.ProcessObserver.RealTime.xml</DocumentationFile>
<DocumentationFile></DocumentationFile>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Scripts\**" />
<Compile Remove="Win32API\**" />
<EmbeddedResource Remove="Scripts\**" />
<EmbeddedResource Remove="Win32API\**" />
<None Remove="Scripts\**" />
<None Remove="Win32API\**" />
</ItemGroup>

<ItemGroup>
<Compile Remove="Processes\EventLogMonitor_.cs" />
<Compile Remove="Processes\ExceptionLoged.cs" />
Expand All @@ -47,12 +38,6 @@
<Compile Remove="UTILS\SpecialOperation.cs" />
</ItemGroup>

<ItemGroup>
<None Remove="cube.ico" />
<None Remove="Logo64.PNG" />
<None Remove="UTILS\Collections\Generic\SortedTree.cd" />
</ItemGroup>

<ItemGroup>
<None Update="CAS.RealTime.nuspec.nuspec">
<DesignTime>True</DesignTime>
Expand Down
4 changes: 2 additions & 2 deletions RealTimeUnitTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("f27654b8-7f7e-4ee1-bcd0-cf345d9bd9a1")]
[assembly: AssemblyVersion("6.5.0.*")]
[assembly: AssemblyFileVersion("6.5.0")]
[assembly: AssemblyVersion("6.6.0.*")]
[assembly: AssemblyFileVersion("6.6.0")]

61 changes: 0 additions & 61 deletions ReealTime.sln.GhostDoc.xml

This file was deleted.

6 changes: 3 additions & 3 deletions T4Definitions/ProjectMetadata.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PackageId>UAOOI.ProcessObserver.RealTime</PackageId>
<Description>Object-Oriented Internet Process-Observer RealTime library</Description>
<Product>Object-Oriented Internet Process-Observer</Product>
<AssemblyVersion>6.5.0</AssemblyVersion>
<AssemblyVersion>6.6.0</AssemblyVersion>
<Copyright>Copyright (C) 2020, Mariusz Postol LODZ POLAND</Copyright>
<FileVersion>6.5.0</FileVersion>
<Version>6.5.0</Version>
<FileVersion>6.6.0</FileVersion>
<Version>6.6.0</Version>
<Company>Mariusz Postol</Company>
</PropertyGroup>
</Project>
5 changes: 2 additions & 3 deletions T4Definitions/SolutionMetadataTemplate.t4
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ string Phone = "+48 608 619 899";
string Owner = "Mariusz Postol";
string Authors = "Mariusz Postol";

//RealTime
string CASRealTimeName = "UAOOI.ProcessObserver.RealTime";
string CASRealTimeTitle = "Object-Oriented Internet Process-Observer RealTime library";
string CASRealTimeTrademark = "Object-Oriented Internet Process-Observer";
string CASRealTimeVersion = "6.5.0";
string CASRealTimePreRelease = "-Hotel";
string CASRealTimeVersion = "6.6.0";
string CASRealTimePreRelease = "";

//Note:
//Alpha, Bravo, Charlie, Delta, Echo, Foxtrot, Golf, Hotel, India, Juliet,
Expand Down

0 comments on commit a915ed9

Please sign in to comment.