Skip to content

Commit

Permalink
1.1.3 (added nuget metadata)
Browse files Browse the repository at this point in the history
added metadata to allow for nuget gallery publish
  • Loading branch information
NarodGaming committed Jan 2, 2021
1 parent daac667 commit e0d88bc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion FullScreenDetection/FullScreenDetection.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFramework>net472</TargetFramework>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup>
<PackageId>Narod.FullscreenDetector</PackageId>
<Version>1.1.2</Version>
<Title>Narod's Fullscreen Detector</Title>
<Version>1.1.3</Version>
<Authors>NarodGaming</Authors>
<Owner>NarodGaming</Owner>
<PackageDescription>A library containing fullscreen application detection functions.</PackageDescription>
<Summary>Provides functions to detect fullscreen applications and games, returning if it was detected, and if so, extra information</Summary>
<RepositoryUrl>https://github.com/NarodGaming/gamedetector</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
Binary file modified FullScreenDetection/bin/Debug/FullScreenDetection.dll
Binary file not shown.
Binary file modified FullScreenDetection/bin/Debug/FullScreenDetection.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Imports System
Imports System.Reflection
<Assembly: System.Reflection.AssemblyCompanyAttribute("NarodGaming"), _
Assembly: System.Reflection.AssemblyConfigurationAttribute("Debug"), _
Assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.2.0"), _
Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.2"), _
Assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.3.0"), _
Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.3"), _
Assembly: System.Reflection.AssemblyProductAttribute("FullScreenDetection"), _
Assembly: System.Reflection.AssemblyTitleAttribute("FullScreenDetection"), _
Assembly: System.Reflection.AssemblyVersionAttribute("1.1.2.0"), _
Assembly: System.Reflection.AssemblyVersionAttribute("1.1.3.0"), _
Assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/NarodGaming/gamedetector")>

'Generated by the MSBuild WriteCodeFragment class.
Binary file modified FullScreenDetection/obj/Debug/net472/FullScreenDetection.dll
Binary file not shown.
Binary file modified FullScreenDetection/obj/Debug/net472/FullScreenDetection.pdb
Binary file not shown.

0 comments on commit e0d88bc

Please sign in to comment.