File tree Expand file tree Collapse file tree
Linq2MongoDB.LINQPadDriver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFramework >net6.0-windows</TargetFramework >
44 <UseWpf >true</UseWpf >
5- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
65 <PackageTags >linqpaddriver;linqpad;linqpad-samples;mongo;mongodb;</PackageTags >
76 <LangVersion >8.0</LangVersion >
87 <RootNamespace >Linq2MongoDB.LINQPadDriver</RootNamespace >
1716 <Title >MongoDB LINQPad driver</Title >
1817 <Description >MongoDB LINQPad driver that allows you to access MongoDB using Linq queries without having to provide custom assembly types</Description >
1918 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
20- <Version >1.0.3 </Version >
19+ <Version >1.1.0 </Version >
2120 <PackageReadmeFile >README.md</PackageReadmeFile >
21+ <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release'" >true</GeneratePackageOnBuild >
2222 <GenerateNuspec >false</GenerateNuspec >
2323 <NuspecFile >Linq2MongoDB.LINQPadDriver.nuspec</NuspecFile >
2424 <NuspecProperties >Version=$(Version);Configuration=$(Configuration);OutputPath=$(OutputPath)</NuspecProperties >
4343 <Pack >True</Pack >
4444 <PackagePath >\</PackagePath >
4545 </None >
46- <Content Update =" linqpad-samples\*.linq" >
46+ <Content Include =" linqpad-samples\*.linq" >
4747 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
4848 </Content >
4949 </ItemGroup >
You can’t perform that action at this time.
0 commit comments