File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /Release
2+ /SwitcherLib /bin
3+ /MediaPool /bin
4+ /MediaUpload /bin
5+ /SwitcherLib /obj
6+ /MediaPool /obj
7+ /MediaUpload /obj
8+ /packages
Original file line number Diff line number Diff line change 88[ assembly: AssemblyTitle ( "ATEM Media Pool List" ) ]
99[ assembly: AssemblyDescription ( "Retrieves a list of media in the media pool of an ATEM Switcher" ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
11- [ assembly: AssemblyCompany ( "Michael Smith" ) ]
11+ [ assembly: AssemblyCompany ( "Jessica Smith" ) ]
1212[ assembly: AssemblyProduct ( "ATEM Switcher Library" ) ]
13- [ assembly: AssemblyCopyright ( "© Copyright Michael Smith, 2014" ) ]
13+ [ assembly: AssemblyCopyright ( "© Copyright Jessica Smith, 2014" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "2.0.0 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1 .0.0 .0" ) ]
35+ [ assembly: AssemblyVersion ( "2.0.1 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "2 .0.1 .0" ) ]
Original file line number Diff line number Diff line change 88[ assembly: AssemblyTitle ( "ATEM Media Upload" ) ]
99[ assembly: AssemblyDescription ( "Uploads still images to the media library of ATEM switchers" ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
11- [ assembly: AssemblyCompany ( "Michael Smith" ) ]
11+ [ assembly: AssemblyCompany ( "Jessica Smith" ) ]
1212[ assembly: AssemblyProduct ( "ATEM Switcher Library" ) ]
13- [ assembly: AssemblyCopyright ( "© Copyright Michael Smith, 2014" ) ]
13+ [ assembly: AssemblyCopyright ( "© Copyright Jessica Smith, 2014" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "2.0.0 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1 .0.0 .0" ) ]
35+ [ assembly: AssemblyVersion ( "2.0.1 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "2 .0.1 .0" ) ]
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ xcopy MediaPool\bin\release\MediaPool.exe Release /C /H /Y
44xcopy MediaPool\bin\release\*.dll Release /C /H /Y
55xcopy MediaUpload\bin\release\MediaUpload.exe Release /C /H /Y
66xcopy MediaUpload\bin\release\*.dll Release /C /H /Y
7- cp readme.txt Release/readme.txt
7+ xcopy readme.md Release\readme.md /C /H /Y
8+ pause
Original file line number Diff line number Diff line change 55// General Information about an assembly is controlled through the following
66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
8- [ assembly: AssemblyTitle ( "SwitcherLib " ) ]
8+ [ assembly: AssemblyTitle ( "ATEM Switcher Library " ) ]
99[ assembly: AssemblyDescription ( "" ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "" ) ]
12- [ assembly: AssemblyProduct ( "SwitcherLib " ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © 2014" ) ]
12+ [ assembly: AssemblyProduct ( "ATEM Switcher Library " ) ]
13+ [ assembly: AssemblyCopyright ( "© Copyright Jessica Smith, 2014" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1 .0.0 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1 .0.0 .0" ) ]
35+ [ assembly: AssemblyVersion ( "2 .0.1 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "2 .0.1 .0" ) ]
Original file line number Diff line number Diff line change 5050 <Compile Include =" Properties\AssemblyInfo.cs" />
5151 <Compile Include =" SwitcherLibException.cs" />
5252 </ItemGroup >
53+ <ItemGroup >
54+ <WCFMetadata Include =" Service References\" />
55+ </ItemGroup >
5356 <ItemGroup >
5457 <COMReference Include =" BMDSwitcherAPI" >
5558 <Guid >{8A92B919-156C-4D61-94EF-03F9BE4004B0}</Guid >
6164 <EmbedInteropTypes >True</EmbedInteropTypes >
6265 </COMReference >
6366 </ItemGroup >
64- <ItemGroup />
6567 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6668 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6769 Other similar extension points exist, see Microsoft.Common.targets.
You can’t perform that action at this time.
0 commit comments