Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Jan 13, 2024
1 parent f4534a8 commit 5c39626
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
10 changes: 8 additions & 2 deletions Analogy.Common/Analogy.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@
<TargetFrameworks>net48;net471;net8.0-windows;net7.0-windows;net6.0-windows</TargetFrameworks>
<NeutralLanguage>en-US</NeutralLanguage>
<Authors>Lior Banai</Authors>
<Version>1.0.0.0</Version>
<Copyright>Lior Banai © 2019-2024</Copyright>
<Product>Analogy Log Viewer</Product>
<AssemblyName>Analogy.Common</AssemblyName>
<RootNamespace>Analogy.Common</RootNamespace>
<PackageProjectUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer</PackageProjectUrl>
<Platforms>AnyCPU;x86;x64</Platforms>
<GenerateResourceWarnOnBinaryFormatterUse>false</GenerateResourceWarnOnBinaryFormatterUse>
</PropertyGroup>
<PropertyGroup>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageId>Analogy.Common</PackageId>
<PackageProjectUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer</PackageProjectUrl>
<RepositoryUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer</RepositoryUrl>
<Company>Analogy.LogViewer</Company>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<Platforms>AnyCPU;x86;x64</Platforms>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageId>Analogy.CommonControls.Example</PackageId>
<GenerateResourceWarnOnBinaryFormatterUse>false</GenerateResourceWarnOnBinaryFormatterUse>
</PropertyGroup>

Expand Down
14 changes: 9 additions & 5 deletions Analogy.CommonControls/Analogy.CommonControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,28 @@
<PackageId>Analogy.CommonControls</PackageId>
<Authors>Lior Banai</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl />
<RepositoryUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer</RepositoryUrl>
<PackageTags />
<RepositoryType>git</RepositoryType>
<Version>1.0.0.0</Version>
<Copyright>Lior Banai © 2019-2023</Copyright>
<Copyright>Lior Banai © 2019-2024</Copyright>
<Product>Analogy Log Viewer</Product>
<PackageReleaseNotes></PackageReleaseNotes>
<Company>Analogy.LogViewer</Company>
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>AnyCPU;x64;x86</Platforms>
<GenerateResourceWarnOnBinaryFormatterUse>false</GenerateResourceWarnOnBinaryFormatterUse>
</PropertyGroup>
<PropertyGroup>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageId>Analogy.CommonControls</PackageId>
<PackageProjectUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer</PackageProjectUrl>
<RepositoryUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer</RepositoryUrl>
<Company>Analogy.LogViewer</Company>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Analogy.CommonUtilities" Version="6.0.0" />
<PackageReference Include="Analogy.LogViewer.Template" Version="6.0.0" />
Expand Down
1 change: 0 additions & 1 deletion Analogy/Analogy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<OutputType>WinExe</OutputType>
<NeutralLanguage>en-US</NeutralLanguage>
<TargetFrameworks>net48;net471;net8.0-windows;net7.0-windows;net6.0-windows</TargetFrameworks>
<Version>6.0.0.0</Version>
<AssemblyName>Analogy</AssemblyName>
<RootNamespace>Analogy</RootNamespace>
<ApplicationIcon>Icons\Analogy_icon1.ico</ApplicationIcon>
Expand Down
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project>
<PropertyGroup>
<VersionPrefix>6.0.0.0</VersionPrefix>
<VersionSuffix>0</VersionSuffix>
<UseWindowsForms>true</UseWindowsForms>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>True</IncludeSymbols>
Expand Down Expand Up @@ -35,7 +37,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.135">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.136">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 5c39626

Please sign in to comment.